.banner-index {
	position: relative;
	min-height: 438px;
	overflow: hidden;
}
.banner-index li img {
	width: 100% !important;
}
.banner-index .tb-list {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.banner-index .container {
	height: 100%;
}
.banner-index .tb-btn {
	right: 0;
	bottom: 28px;
	display: none;
	margin: auto;
	left: 0;
	width: 100px;
}
.banner-index .tb-btn a {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-position: -170px -20px;
	border-radius: 0;
}
.banner-index .tb-btn a.active {
	/* width: 25px; */
	/* background-color: #09c; */
	background-position: -150px -20px;
	border-radius: 5px;
}
.banner-index li .banner_text_box {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 1200px;
	top: 177px;
}
.banner_text_box .banner_text {
	width: 405px;
	color: #fff;
}
.banner_text h1 {
	font-size: 42px;
}
.banner_text p {
	margin: 10px 0 20px;
}
.banner_text p span {
	font-size: 30px;
}
.banner_text p span:first-child+span,
.banner_text p span:first-child+span+span+span {
	padding: 0 30px;
}
.text_en {
	font-size: 18px;
	line-height: 18px;
}
/****************************** 首页合生科技 ******************************/
.index_keji {
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 4;
}
.index_keji_t {
	text-align: center;
	display: block;
	cursor: pointer;
}
.index_keji_t h1 {
	font-size: 30px;
	color: #254e9d;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 40px;
}
.index_keji_t img {}
.index_keji_t h2 {
	font-size: 24px;
	color: #254e9d;
	text-align: center !important;
}
.index_keji_t p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	margin: 20px 0 30px;
}
.index_keji_list {
	margin-right: -15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.index_keji_item {
	width: 228px;
	display: block;
	height: 230px;
	float: left;
	margin-right: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.index_keji_item_img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.index_keji_item_pic {
	width: 100%;
	display: block;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #4c4c4c;
	padding-top: 100px;
}
.index_keji_item_pic img {
	display: block;
	margin: 0 auto;
}
.index_keji_item_pic h2 {
	font-size: 16px;
	margin: 5px 0 10px;
}
.index_keji_item_pic p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	max-height: 70px;
}
.spbq {
	width: 100%;
	display: block;
	border: 1px solid #E5E5E5;
	height: 130px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	overflow: hidden;
	top: -185px;
}
.biankuang {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 99;
	border-radius: 10px;
	/*background: black;*/
}
.biankuang_1 {
	height: 3px;
	bottom: -1px;
	left: 0px;
	border-left: 1px solid #df1e1f;
	opacity: 0;
}
.biankuang_2 {
	width: 0px;
	bottom: -1px;
	right: 0px;
	border-top: 1px solid #df1e1f;
}
.biankuang_3 {
	height: 0px;
	top: 1px;
	right: 0px;
	border-right: 1px solid #df1e1f;
}
.biankuang_4 {
	width: 0px;
	top: -1px;
	left: 0px;
	border-bottom: 1px solid #df1e1f;
}
/****************************** 首页产品中心 ******************************/
.index_pro {
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 4;
}
.index_pro_list {
	margin-right: -12px;
}
.index_pro_item {
	width: 594px;
	height: 522px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	margin-right: 12px;
	padding: 10px 13.5px;
}
.index_pro_item h1 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-top: 12px;
}
.index_pro_item_line {
	width: 18px;
	height: 1px;
	background: #8bd6e2;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	margin: 12px 0;
}
.index_pro_item_line.selected {
	width: 100px;
}
.index_pro_item p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
	height: 44px;
	overflow: hidden;
	margin-bottom: 25px;
}
.index_pro_item span {
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	background: url(../img/right.png) 76px center no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.index_pro_item:hover span {
	background: url(../img/right.png) 106px center no-repeat;
}
.index_pro_item .pic {
	width: 565px;
	height: 329px;
	position: relative;
	overflow: hidden;
}
.index_pro_item .pic .picbox,
.index_honer_item .pic .picbox {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.index_pro_item .pic img,
.index_honer_item .pic img,
.index_news_item .pic img {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -30px;
}
.index_pro_item:hover .pic img,
.index_honer_item:hover .pic img,
.index_news_item:hover .pic img {}
.index_pro_item .pic_wrap,
.index_honer_item .pic_wrap,
.index_news_item .pic_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	left: 0;
	transition: all 0.6s ease-in-out;
}
/****************************** 首页荣誉资质 ******************************/
.index_honer {
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 4;
	padding: 30px 0 40px;
}
.index_honer_list {
	margin-right: -10px;
}
.index_honer_item {
	width: 292.5px;
	height: 312px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	padding: 10px 11.75px;
}
.index_honer_item h1 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 15px 0 10px 0;
}
.index_honer_item .pic {
	width: 269px;
	height: 222px;
	position: relative;
	overflow: hidden;
}
.index_honer_item span {
	width: 130px;
	height: 20px;
	line-height: 16px;
	font-size: 14px;
	color: #333;
	display: block;
	background: url(../img/right.png) 76px center no-repeat;
	background-size: 6% 64%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.index_honer_item:hover span {
	background: url(../img/right.png) 106px center no-repeat;
}
/****************************** 首页新闻列表 ******************************/
.index_news {
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 4;
	padding-bottom: 42px;
}
.index_news_list {
	margin-right: -10px;
}
.index_news_item {
	width: 595px;
	height: 212px;
	position: relative;
	float: left;
	box-sizing: border-box;
	border-top: 3px solid #e6e6e6;
	margin-right: 10px;
	padding-top: 30px;
}
.index_news_item:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 0;
	height: 3px;
	background: #8bd6e2;
	transition: all 0.6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.index_news_item:hover:before {
	width: 100%;
	left: 0;
	right: 0;
}
.index_news_item .pic {
	float: left;
	width: 279px;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.index_news_item img {
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.index_news_item_r {
	float: left;
	width: 272px;
	height: 180px;
	margin-left: 28px;
	overflow: hidden;
	position: relative;
}
.index_news_item_r h1 {
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
}
.index_news_item_r p {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: justify;
	height: 44px;
	overflow: hidden;
}
.index_news_item_r span {
	border: 1px solid #e6e6e6;
	display: inline-block;
	width: 108px;
	font-size: 14px;
	text-align: left;
	text-indent: 15px;
	height: 38px;
	color: #4c4c4c;
	line-height: 38px;
	box-sizing: border-box;
	background: url(../img/right.png) no-repeat 78px center;
	transition: all .20s ease-in-out;
	position: absolute;
	bottom: 0;
}
.index_news_item:hover .index_news_item_r span {
	border-color: #02b4c7;
	color: #fff;
	background: #02b4c7 url(../img/right1.png) no-repeat 88px center;
	box-shadow: 0px 0px 30px 1px #e5e5e5;
}
.index_news_item:hover .pic img {
	transform: scale(1.2);
}
/****************************** about关于我们页面 ******************************/
.index_partner_title {
	width: 1200px;
	margin: 0 auto;
}
.index_partner_title h2.title {
	text-align: center;
	width: 100%;
	line-height: 36px;
	margin: 68px 0 12px;
	font-weight: 600;
}
.index_partner_title h2.title span {
	display: block;
	color: #4c4c4c;
	font-size: 30px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 612px;
}
.index_partner_title h2.title span:before,
.index_partner_title h2.title span:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #E6E6E6;
	width: 100px;
	height: 2px;
}
.index_partner_title h2.title span:before {
	left: 15%;
}
.index_partner_title h2.title span:after {
	right: 15%;
}
.index_partner_title h3 {
	text-align: center;
	font-size: 22px;
	color: #999999;
	margin-bottom: 52px;
	text-transform: uppercase;
	font-family: Affect;
}
/****************************** about关于我们页面的公司介绍******************************/
.index_about {
	width: 100%;
	height: 573px;
}
.index_about_pic {
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
}
.index_about_pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.index_about_pic img:hover {
	transform: scale(1.1);
}
.index_about_intro {
	width: 50%;
	height: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	overflow: scroll;
	max-height: 582px;
}
.index_about_intro p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	text-align: justify;
	width: 548px;
	margin-left: 50px;
	margin-top: 25px;
}
/****************************** about关于我们页面的核心团队******************************/
.core_team {
	position: relative;
	padding-bottom: 35px;
}
.core_team_item {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.core_team_item .bd {
	padding-bottom: 50px;
}
.core_team_item .bd .tempWrap {
	margin: 32px auto 52px;
}
.core_team_item .bd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}
.core_team_item .bd ul li {
	margin-right: 36px;
	margin-left: 0px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 376px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	box-sizing: border-box;
}
.team_list {
	margin-bottom: 18px;
}
.team_con {
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 100%;
	height: 520px;
	position: relative;
	padding: 0 36px;
	margin-top: 105px;
}
.team_peoplepic {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -90px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
.team_con h1 {
	font-size: 20px;
	color: #4c4c4c;
	padding-top: 105px;
}
.team_con h2 {
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
}
.team_con p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
}
.next,
.prev {
	position: absolute;
	font-size: 70px;
	bottom: 20px;
	width: 51px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
	opacity: 1;
	display: block;
}
.prev {
	left: 540px;
	background-image: url(../img/prev.png);
	background-position: center;
}
.next {
	right: 540px;
	background-image: url(../img/next.png);
	background-position: center;
}
.prev:hover {
	background-image: url(../img/prev1.png);
}
.next:hover {
	background-image: url(../img/next1.png);
}
/****************************** about关于我们页面的核心理念******************************/
.core_idea {
	height: 569px;
	background: url(../img/idea_bg.jpg) center no-repeat;
	clear: both;
	background-size: cover;
	overflow: hidden;
}
.core_idea_con {
	width: 972px;
	height: 306px;
	background-color: rgba(0, 73, 154, 0.55);
	margin: 140px auto 0;
	overflow: hidden;
}
.core_idea_con .index_partner_title {
	width: 100%;
}
.core_idea_con .index_partner_title h2.title span {
	color: #fff;
}
.core_idea_con .index_partner_title h3 {
	color: #cbf6fe;
}
.core_idea_con .index_partner_title h2.title span:before,
.core_idea_con .index_partner_title h2.title span:after {
	top: 52%;
	background: #fff;
	width: 100px;
	height: 2px;
}
.core_idea_con .index_partner_title h2.title span:before {
	left: 15%;
}
.core_idea_con .index_partner_title h2.title span:after {
	right: 15%;
}
.core_idea_con p {
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.history .index_partner_title h2.title span:before {
	left: 12%;
}
.history .index_partner_title h2.title span:after {
	right: 12%;
}
/****************************** about关于我们页面的合生技术委员会******************************/
.technical {
	position: relative;
	overflow: hidden;
}
.technical_t {
	overflow: hidden;
	height: 222px;
	width: 100%;
	background: #00499a;
}
.technical_t .index_partner_title h2.title {
	margin: 50px 0 5px;
}
.technical_t .index_partner_title h2.title span {
	color: #fff;
}
.technical_t .index_partner_title h3 {
	color: #ccc;
}
.technical_t .index_partner_title h2.title span:before,
.technical_t .index_partner_title h2.title span:after {
	background: #fff;
}
.technical_t .index_partner_title h2.title span:before {
	left: 6%;
}
.technical_t .index_partner_title h2.title span:after {
	right: 6%;
}
.technical_b {
	width: 1200px;
	height: 403px;
	position: relative;
	margin: 0 auto;
	top: -58px;
}
.technical_text {
	width: 625px;
	height: 100%;
	background: url(../img/about_13.jpg) center no-repeat;
	box-sizing: border-box;
	padding: 58px 110px 30px 48px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.technical_text p {
	font-size: 16px;
	color: #4C4C4C;
	line-height: 24px;
	text-align: justify;
}
.technical_pic {
	width: 575px;
	height: 100%;
	overflow: hidden;
}
.technical_pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.technical_pic img:hover {
	transform: scale(1.1);
}
/****************************** about关于我们页面的企业荣誉******************************/
.about_glories {
	overflow: hidden;
	padding-bottom: 100px;
}
.about_glories .picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.about_glories .picScroll-left .hd,
.jishu_work .picScroll-left .hd,
.jishu_active .picScroll-left .hd {
	height: 30px;
	overflow: hidden;
	padding-left: 38px;
	margin: auto;
	left: 0px;
	right: 0;
	width: 100px;
	z-index: 1;
}
.about_glories .picScroll-left .hd ul,
.jishu_work .picScroll-left .hd ul,
.jishu_active .picScroll-left .hd ul {
	zoom: 1;
	float: left;
}
.about_glories .picScroll-left .hd ul li,
.jishu_work .picScroll-left .hd ul li,
.jishu_active .picScroll-left .hd ul li {
	width: 8px;
	height: 8px;
	border: 1px solid #d9d9d9;
	background-color: #d9d9d9;
	border-radius: 50%;
	margin: 0 auto;
	transition: .4s;
	cursor: pointer;
	opacity: 1;
	bottom: 0;
	float: left;
	margin: 0 5px;
	line-height: 9999px;
}
.about_glories .picScroll-left .hd ul li.on,
.jishu_work .picScroll-left .hd ul li.on,
.jishu_active .picScroll-left .hd ul li.on {
	background: #df1e1f;
	color: #fff;
	border-color: #df1e1f;
}
.about_glories .picScroll-left .bd .tempWrap {
	margin: 10px auto 140px;
}
.about_glories .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}
.about_glories .picScroll-left .bd ul li {
	margin: 0 18px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 336px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.about_glories .picScroll-left .bd ul li div {
	border: 1px solid #e5e5e5;
	padding: 14px 10px;
	width: 100%;
	box-sizing: border-box;
	height: 282px;
}
.about_glories .picScroll-left .bd ul li div img {
	width: 100%;
	height: 100%;
}
.about_glories .picScroll-left .bd ul li p {
	height: 100px;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 15px;
	background: #E5E5E5;
	color: #4C4C4C;
	font-size: 16px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.about_glories .about_glories_left .bd ul li {
	width: 376px;
	margin-right: 36px;
	margin-left: 0px;
}
.about_glories .zs {
	display: block;
	padding-left: 25px;
	background: url(../img/zscircle.png) left 5px no-repeat;
}
.about_glories .zsline {
	width: 48px;
	height: 8px;
	border-radius: 5px;
	background: #00a2e6;
	display: block;
	margin: 12px 0 0 25px;
}
.about_glories .picScroll-left .bd ul li:hover p {
	color: #fff;
	background: #00499a;
}
.about_glories .bd li:hover .zs {
	background: url(../img/zscircle1.png) left 5px no-repeat;
}
.about_glories .bd li:hover .zsline {
	background: #fff;
}
/****************************** ewt应用******************************/
.ewt {
	padding-bottom: 54px;
}
.ewt_list {
	width: 100%;
}
.ewt_item {
	width: 100%;
	height: 343px;
	overflow: hidden;
	display: block;
	background: #fafafa;
}
.ewt_list a.ewt_item:nth-child(odd) {
	background: #f0f0f0;
}
.ewt_intro {
	width: 388px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 68px 50px 20px 25px;
}
.ewt_pic {
	width: 812px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ewt_pic .picbox {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.ewt_pic .picbox img {
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.ewt_pic .pic_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	left: 0;
}
.ewt_intro h1 {
	font-size: 18px;
	color: #4C4C4C;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 35px;
}
.ewt_intro .index_pro_item_line {
	width: 18px;
	height: 1px;
	background: #8bd6e2;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	margin: 12px 0;
}
.ewt_intro p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
	height: 100px;
	overflow: hidden;
	margin-bottom: 25px;
}
.ewt_intro span {
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	background: url(../img/right.png) 76px center no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin-top: 44px;
}
.index_pro_item_line.selected {
	width: 100px;
}
.ewt_item:hover span {
	background: url(../img/right.png) 106px center no-repeat;
}
.ewt_item:hover .picbox img {
	transform: scale(1.2);
}
/****************************** ewt应用1海水资源综合利用  ******************************/
.ewt_fst,
.ewt_fst1,
.ewt_fst3 {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
.ewt_title {
	font-size: 30px;
	color: #4C4C4C;
	font-weight: 600;
	text-align: center;
	margin: 55px 0 45px;
}
.ewt_fst h2 {
	font-size: 14px;
	color: #4C4C4C;
	text-align: left;
}
.ewt_fst1 {
	padding: 30px 0 65px;
}
.ewt_head {
	width: 234px;
	height: 52px;
	background: url(../img/ewt_title.png) no-repeat;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-indent: 15px;
	z-index: 2;
	position: relative;
}
.ewt_fst1 img {
	position: relative;
	top: -40px;
	z-index: 1;
	margin-bottom: 30px;
}
.ewt_fst1 p {
	font-size: 14px;
	color: #4C4C4C;
	text-align: center;
	line-height: 30px;
}
.ewt_fst2 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ewt_fst2_t {
	width: 970px;
	overflow: hidden;
	margin: 0 auto 35px;
}
.ewt_fst2_t img {
	display: block;
	margin: 55px auto 35px;
}
.ewt_fst2_list {
	margin-right: -40px;
}
.ewt_fst2_item {
	width: 270px;
	height: 312px;
	float: left;
	margin-right: 40px;
	box-sizing: border-box;
	border: 1px solid #195ec9;
	position: relative;
}
.ewt_fst2_item span {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #195ec9;
	border-radius: 50%;
	line-height: 58px;
	text-align: center;
	color: #195ec9;
	font-size: 36px;
	top: -29px;
	left: 10px;
	position: absolute;
	background: #fff;
}
.ewt_fst2_item p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	padding: 50px 20px;
}
.ewt_fst3 {
	padding: 50px 0 54px;
	overflow: hidden;
}
.ewt_fst3_con {
	position: relative;
	background: url(../img/ewt-xq3_bg.png) center no-repeat;
	width: 100%;
	height: 445px;
	margin-top: 25px;
}
.ewt_fst3_con p {
	position: absolute;
	box-sizing: border-box;
}
.ewt_fst3_text1 {
	width: 196px;
	height: 175px;
	background: url(../img/ewt1.png) no-repeat;
	left: 280px;
}
.ewt_fst3_text2 {
	width: 196px;
	height: 175px;
	background: url(../img/ewt2.png) no-repeat;
	right: 280px;
}
.ewt_fst3_text3 {
	width: 144px;
	height: 226px;
	background: url(../img/ewt3.png) no-repeat;
	right: 265px;
	top: 165px;
}
.ewt_fst3_text4 {
	width: 238px;
	height: 122px;
	background: url(../img/ewt4.png) no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.ewt_fst3_text5 {
	width: 144px;
	height: 226px;
	background: url(../img/ewt5.png) no-repeat;
	left: 265px;
	top: 165px;
}
.back {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -46px;
	overflow: hidden;
}
.back a {
	display: block;
	float: right;
	width: 75px;
	height: 25px;
	background: url(../img/back.png) no-repeat;
}
.back a:hover {
	background: url(../img/back1.png) no-repeat;
}
/****************************** ewt应用2EWT应用——大健康产品研发    ******************************/
.ewt_snd,
.ewt_thd {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
.ewt_snd .ewt_title {
	margin-bottom: 20px;
}
.ewt_snd_con {
	width: 1260px;
	height: 1005px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ewt_snd_pic1 {
	position: absolute;
	left: -730px;
	top: 35px;
	width: 730px;
	height: 972px;
}
.ewt_snd_pic2 {
	position: absolute;
	right: -762px;
	width: 762px;
	height: 968px;
}
.ewt_snd_con p {
	width: 515px;
	height: 250px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 1020px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
}
.snd_back {
	width: 1200px;
	margin: 20px auto 32px;
	position: relative;
	top: 0px;
	overflow: hidden;
}
/****************************** ewt应用3EWT应用——土壤改良    ******************************/
.ewt_thd_con {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
.ewt_thd_con1 {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	padding-bottom: 66px;
	margin-bottom: 68px;
}
.ewt_thd .ewt_title {
	margin-bottom: 100px;
}
.ewt_thd_title {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 35px
}
.ewt_thd h2 {
	text-align: justify;
	color: #4c4c4c;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 30px;
}
.ewt_thd_title span {
	width: 143px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #195ec9;
	border-radius: 8px 8px 0 0;
	display: block;
}
.ewt_thd_head span:first-child {
	width: 26px;
	height: 26px;
	display: inline-block;
	background: #4589f2;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 8px;
}
.ewt_thd_head span:first-child+span {
	float: left;
	display: inline-block;
	max-width: 936px;
	line-height: 24px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: justify;
	margin-bottom: 45px;
}
.ewt_thd_pic1 {
	width: 470px;
	height: 370px;
}
.ewt_thd_pic1 div {
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.ewt_thd_pic1 div img,
.ewt_thd_pic2 div img {
	width: 100%;
	height: 100%;
	transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 1s cubic-bezier(.165, .84, .44, 1);
}
.ewt_thd_pic1 div img:hover,
.ewt_thd_pic2 div img:hover {
	transform: scale(1.1);
}
.ewt_thd_pic1 p {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
}
.ewt_thd_con2_box {
	width: 890px;
	overflow: hidden;
	margin-left: 26px;
}
.ewt_thd_pic2 {
	width: 356px;
	height: 505px;
}
.ewt_thd_pic2 div {
	width: 100%;
	height: 435px;
	overflow: hidden;
}
.ewt_thd_con2_box .ewt_thd_pic2 p {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
}
.ewt_thd_con2_text {
	clear: both;
	font-size: 16px;
	color: #4c4c4c;
	text-align: justify;
	padding: 45px 0 50px;
}
/****************************** EWT应用——环保科技   ******************************/
.ewt_fur {
	padding-bottom: 65px;
}
.ewt_fur_list {
	width: 100%;
	margin-bottom: 40px
}
.ewt_fur_item {
	width: 100%;
	height: 282px;
	overflow: hidden;
	display: block;
	background: #fafafa;
}
.ewt_fur_list a.ewt_fur_item:first-child+a,
.ewt_fur_list a.ewt_fur_item:first-child+a+a+a {
	background: #f0f0f0;
}
.ewt_fur_intro {
	width: 600px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 55px 45px 20px 35px;
	color: #4C4C4C;
	text-align: justify;
}
.ewt_fur_pic {
	width: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ewt_fur_pic .picbox {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.ewt_fur_pic .picbox img {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -30px;
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.ewt_fur_item:hover .ewt_fur_pic .picbox img {
	transform: scale(1.3);
}
.ewt_fur_pic .pic_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.ewt_fur_intro h1 {
	font-size: 16px;
	margin-bottom: 30px;
}
.ewt_fur_intro p {
	font-size: 14px;
	line-height: 24px;
}
.ewt_fur h2 {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #4C4C4C;
}
.ewt_fur .ewt_title {
	margin-bottom: 55px;
}
/****************************** EWT应用——保鲜防腐        ******************************/
.ewt_fve_list1 {
	text-align: center;
	overflow: hidden;
	padding: 30px 0 50px;
	border-bottom: 1px solid #E5E5E5;
}
.ewt_fve_list1 h1,
.ewt_fve_list2 h1,
.ewt_fve_list3 h1 {
	color: #4c4c4c;
	font-size: 24px;
}
.ewt_fve_list1 img {
	margin: 25px 0 35px;
}
.ewt_fve_list1 p,
.ewt_fve_list2_text {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.ewt_fve_list2 {
	text-align: center;
	color: #4c4c4c;
	padding: 40px 0 100px;
}
.ewt_fve_list2 img {
	margin: 25px 0 35px;
}
.ewt_fve_list2_list {
	margin-right: -21px;
	overflow: hidden;
}
.ewt_fve_list2_list h2 {
	font-size: 18px;
	font-weight: 600;
	clear: both;
	zoom: 1;
	text-align: left;
	padding: 20px 0 15px
}
.ewt_fve_list2_item {
	width: 386px;
	height: 106px;
	margin-right: 21px;
	text-align: justify;
	background: #f5f5f5;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px;
}
.ewt_fve_list2_item h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.ewt_fve_list2_item p {
	font-size: 14px;
}
.ewt_fve_list3 {
	text-align: center;
	overflow: hidden;
	padding: 0px 0 50px;
}
.ewt_fve_list3 img {
	margin: 110px 0 30px;
}
.ewt_fve_list3 p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
/****************************** news新闻资讯 ******************************/
.new_con {
	width: 100%;
	padding-top: 25px;
}
.new_l {
	width: 140px;
	padding-top: 18px;
}
.new_l a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	text-indent: 15px;
	color: #808080;
}
.new_l a.current {
	color: #4c4c4c;
	background: url(../img/newcurrent.png) left no-repeat;
}
.new_r {
	width: 100%;
	margin-top: 90px;
}
.new_r_list {
	width: 100%;
	height: 256px;
	padding: 19px 16px;
	box-sizing: border-box;
	border: 1px solid #fbfbfb;
	display: block;
	background: #fbfbfb;
	position: relative;
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
	margin-bottom: 95px;
}
.new_r a.new_r_list:last-child {
	margin-bottom: 45px;
}
.new_list_l {
	float: left;
	width: 340px;
	height: 100%;
	display: block;
	overflow: hidden;
}
.new_list_l img {
	width: 100%;
	height: 100%;
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.new_r_list:hover .new_list_l img {
	transform: scale(1.1);
}
.new_list_m {
	float: left;
	width: 770px;
	height: 100%;
	margin-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.new_list_m h2 {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 30px;
	padding-top: 25px;
}
.new_list_m p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
	width: 750px;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	margin-top: 25px;
}
.new_list_r {
	background: #11a5e8;
	width: 140px;
	height: 125px;
	text-align: center;
	position: absolute;
	right: 16px;
	top: -60px;
	color: #fff;
	overflow: hidden;
}
.new_list_r span:first-child {
	font-size: 48px;
	margin-top: 15px;
	display: block;
}
.new_list_r span:first-child+span {
	font-size: 18px;
	display: block;
}
.button {
	position: absolute;
	bottom: 0;
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 126px;
	height: 36px;
	line-height: 36px;
	color: #4C4C4C;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/button.png) no-repeat 94px center;
	transition: all .20s ease-in-out;
}
.new_r_list:hover .button {
	background: #11a5e8 url(../img/button1.png) no-repeat 110px center;
	color: #fff;
}
.new_r_list:hover {
	border: 1px solid #11a5e8;
	box-shadow: 0px 0px 15px rgba(28, 170, 234, 0.20);
}
/*新闻详情页面*/
.new_article {
	padding-bottom: 40px;
}
.new_title {
	text-align: center;
	font-size: 24px;
	padding: 0px 0 30px;
	border-bottom: 1px solid #E6E6E6;
}
.new_head {
	text-align: center;
	font-size: 14px;
	padding: 22px 0 42px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.author,
.clicktime {
	margin-left: 36px;
}
.newview {
	/* text-align: center; */
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 55px;
}
.newview img {
	/* margin: 0 auto 40px; */
	/* display: block; */
	max-width: 100%;
}
.newview p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-bottom: 15px;
	/*  text-align: justify!important;*/
	text-indent: 30px;
}
/****************************** prod产品页面 ******************************/
.product_title {
	width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
	text-align: center;
}
.product_title a {
	display: inline-block;
	width: 240px;
	height: 54px;
	line-height: 54px;
	color: #4c4c4c;
	font-size: 18px;
	background: #fff;
	border-radius: 10px;
	margin-right: 30px;
	text-align: center;
	border: 1px solid #195ec9;
}
.product_title a.current {
	color: #fff;
	background: #195ec9;
}
.product_title a:last-child {
	margin: 0;
}
.product_cnt {
	width: 1200px;
	margin: 100px auto 0px;
	overflow: hidden;
	position: relative;
}
.tab_cnt {
	margin-right: -144px;
	float: left;
	display: none;
}
.product_cnt .tab_cnt:first-child {
	display: block;
}
.pro_item {
	width: 304px;
	height: 430px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 75px;
	margin-right: 144px;
	background: url(../img/prod_04.jpg) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.pro_item .pro_item_pic {
	width: 223px;
	display: block;
	background: #f7f7f7;
	height: 288px;
	margin: 58px auto 0;
	position: relative;
}
.pro_item .pro_item_pic img {
	width: 100%;
}
.pro_item p {
	width: 100%;
	height: 84px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #4C4C4C;
	padding: 25px 40px 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 3;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear -webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.pro_item:hover p {
	color: #195ec9;
}
.pro_item .spbq {
	width: 223px;
	display: block;
	height: 288px;
	margin: 0 auto;
	top: -288px;
	z-index: 2;
	position: relative;
	overflow: hidden;
	border: none;
}
.biankuang {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 99;
	border-radius: 10px;
	/*background: black;*/
}
.biankuang_1 {
	height: 3px;
	bottom: -1px;
	left: 0px;
	border-left: 2px solid #195ec9;
	opacity: 0;
}
.biankuang_2 {
	width: 0px;
	bottom: -1px;
	right: 0px;
	border-top: 2px solid #195ec9;
}
.biankuang_3 {
	height: 0px;
	top: 1px;
	right: 0px;
	border-right: 2px solid #195ec9;
}
.biankuang_4 {
	width: 0px;
	top: -1px;
	left: 0px;
	border-bottom: 2px solid #195ec9;
}
/****************************** 产品详情页面******************************/
.product_xq_con p {
	color: #4C4C4C;
	font-size: 16px;
	line-height: 30px;
}
.product_xq_title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 70px;
}
.product_xq_head {
	color: #fff;
	width: 170px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: url(../img/prod-headbg.jpg) no-repeat;
	font-size: 16px;
	margin: 15px 0;
}
.advans {
	padding-left: 37px;
	margin-bottom: 35px;
}
.product_xq_con p strong {
	color: #4C4C4C;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.product_xq_list {
	margin-right: -60px;
}
.product_xq_item {
	float: left;
	width: 570px;
	height: 455px;
	margin-right: 60px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 35px 60px 40px 40px;
	margin-bottom: 35px;
}
.product_xq_item h1,
.xq_b h1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product_xq_item p {
	margin-bottom: 20px;
}
.product_xq_item div {
	text-align: center;
	width: 100%;
	max-height: 312px;
	overflow: hidden;
}
.product_xq_item div img {
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.product_xq_item div img:hover {
	transform: scale(1.1);
}
.xq_b {
	width: 100%;
	height: 772px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 35px 40px 40px 40px;
	margin-bottom: 35px;
}
.xq_b p {
	margin-bottom: 40px;
}
.xq_b_pic {
	margin-right: -26px;
}
.xq_b_pic div {
	float: left;
	margin: 0 26px 26px 0;
	width: 356px;
	overflow: hidden;
}
.xq_b_pic div img {
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
	width: 100%;
	height: 100%;
}
.xq_b_pic div img:hover {
	transform: scale(1.1);
}
.xq_b_pic div:first-child,
.xq_b_pic div:first-child+div,
.xq_b_pic div:first-child+div+div {
	height: 265px;
}
.xq_b_pic div:first-child+div+div+div+div,
.xq_b_pic div:first-child+div+div+div {
	height: 300px;
}
.xq_b_pic div:first-child+div+div+div {
	margin-left: 178px;
}
/****************************** 招聘页面******************************/
.hr .picbox1 {
	height: 500px;
	margin-bottom: 65px;
}
.hr .picbox1 a {
	display: block;
	width: 145px;
	height: 54px;
	background: url(../img/hr_03.png) no-repeat;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 216px;
	left: 45px;
	cursor: pointer;
}
.hr .picbox1 a:hover {}
.div_p1 {
	width: 900px;
	overflow: hidden;
	margin: auto;
}
.div_p1>p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
	/* height: 100px; */
	overflow: hidden;
	margin-bottom: 25px;
}
.hr .picbox,
.hr .picbox1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hr .picbox img,
.hr .picbox1 img {
	width: 1200px;
	height: 318px;
	transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.hr .picbox img:hover {
	transform: scale(1.1);
}
.hr .index_partner_title p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #4c4c4c;
	margin-bottom: 40px;
}
.hr .index_partner_title h3 {
	margin-bottom: 22px;
}
/****************************** 联系我们页面******************************/
.cnt_intro div:first-child {
	margin: 0 78px 0 254px;
}
.cnt_intro_item {
	width: 400px;
	overflow: hidden;
}
.cnt_intro_item img {
	float: left;
	width: 71px;
	height: 71px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}
.cnt_intro_item:hover img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.cnt_intro_item h1 {
	font-size: 18px;
	color: #4C4C4C;
}
.cnt_intro_item p {
	font-size: 14px;
	color: #4C4C4C;
	line-height: 30px;
}
.cnt_intro div:first-child+div h1 {
	padding-top: 10px;
}
.main_con {
	position: absolute;
	left: 45%;
	top: 0;
	margin-top: -100px;
	z-index: 50;
	float: left;
	width: 232px;
	height: 112px;
	background: url(../img/adr_10.png) left top no-repeat;
}
.main_con .t_340 {
	float: left;
	width: 232px;
	top: 60px;
	position: relative;
}
.main_con .t_340 .t_290_1 {
	float: left;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 56px;
	width: 232px;
	text-align: center;
}
.main_con .t_340 .t_290_2 {
	float: left;
	width: 290px;
	color: #000000;
	line-height: 28px;
	padding-top: 11px;
	word-wrap: break-word;
}
.main_con .t_340 .t_290_2 span {
	font-size: 18px;
}
.contact_on {
	display: block;
}
.contact_off {
	display: none;
}
#dituContent {
	width: 100%;
	height: 422px;
	margin: 45px 0 95px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 0;
	color: rgb(0, 0, 0);
	text-align: left;
	background-color: rgb(243, 241, 236);
}
.pz_main {
	overflow: hidden;
}
.contact_title {
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
	background: #202020;
}
.contact_title img {
	margin: 0 auto 26px;
}
.contact_title p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	width: 65%;
	margin: 0 auto;
}
.contact_head {
	text-align: center;
	background: #000;
}
.contact_head span {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 152px;
	border-bottom: 1px solid #fff;
	background: #131313;
}
@media screen and (max-width:1369px) {
	.contact_title p {
		width: 80%;
	}
}
@media screen and (max-width:1200px) {
	/*top*/
	.pz_top {
		min-width: 100%;
	}
	.pz_banner {
		min-width: 100%;
	}
	.pz_main {
		min-width: 100%;
	}
	.pz_down {
		min-width: 100%;
	}
	.w_1000 {
		max-width: 1000px;
	}
}
